Welcome![Sign In][Sign Up]
Location:
Search - C terminal

Search list

[SCMDS18B20

Description: 制作DS18B20数字温度计,2个数码管显示。精确到1°C。 DS18B20引脚定义: (1)DQ为数字信号输入/输出端;(需要加个上拉电阻加到电源上) (2)GND为电源地; (3)VDD为外接供电电源输入端(在寄生电源接线方式时接地)。 -Production DS18B20 digital thermometer, digital display 2. Accurate to 1 ° C. DS18B20 pin definition: (1) DQ for the digital signal input/output terminal (need to add a pull-up resistor on the power supply) (2) GND for the power to (3) VDD power supply for the external input (in parasitic power mode when the grounding wire).
Platform: | Size: 4096 | Author: 汤思远 | Hits:

[Windows Develop7

Description: 用AVR单片机直接控制其步进电机,c语言写成,用mege8L的PB0-PB3连接步进电机的四个接线端!该步进电机的转矩很小,强烈建议不要将其从底座上拆下!!!否则没有轴承支撑,摩擦力太大,转不起来!-AVR with direct control of its single-chip stepper motor, c language, and PB0-PB3 of mege8L to connect the four stepper motor terminal! The small torque stepper motor, it is strongly recommended not to be removed from the base! ! ! Otherwise there is no bearing support, too much friction, does not turn up!
Platform: | Size: 1024 | Author: 张扬 | Hits:

[BooksUnix

Description: 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,PostScript 打印机驱动程序,调制解调器拨号器及在伪终端上运行其他程序的程序等。 本书内容丰富权威,概念清晰精辟,一直以来被誉为UNIX编程的“圣经”,对于所有UNIX程序员—无论是初学者还是专家级人士—都是一本无价的参考书籍。-This book a comprehensive introduction to UNIX system programming interface- system call interface and the standard C library provides a number of functions. The book s first 15 chapters focus on theoretical knowledge of the main contents include the UNIX files and directories, process environment, process control, inter-process communication as well as various I/O. On this basis, were introduced by the chapter number of application examples, including how to create a database library, PostScript printer driver, a modem dial-up pseudo-terminal device and other programs running on the procedures and so on. The authority of the book is rich in content, the concept of clear and incisive, UNIX has been programmed as "the Bible", for all UNIX programmers- whether beginner or expert-level people- are an invaluable reference books
Platform: | Size: 19439616 | Author: wmagic | Hits:

[source in ebookbook10072001.tar

Description: 这些GTK+程序都是基于常用的API来实现熟悉这些API为目的,能很快的帮助学者入门。比如最常见的例子,这个处理窗口关闭和退出按钮。关窗(或触及退出按钮)可能不会导致适用exiting.按Ctrl- C在终端窗口或使用kill命令可以实现结束窗体的执行。 -These procedures are based on GTK+ the API used to achieve familiar with the API for the purpose, can help scholars entry soon. For example, the most common example of this deal and the eject button to close the window. Closing a window (or hit the eject button) may not result in the application exiting. By Ctrl-C in the terminal window or use the kill command can be achieved in the implementation of the end of the form.
Platform: | Size: 3066880 | Author: lammyt | Hits:

[OtherMatou

Description: 码头船舶管理系统 C++编程练习的小项目 实现了 客户信息录入 船舶船台选择 费用计算等功能-Ship Terminal Management System C++ programming practice of small projects to achieve the customer information input cost of the ship berth choice functions
Platform: | Size: 950272 | Author: 龙井 | Hits:

[CSharpManager

Description: 通过C#实现了一个餐厅点菜终端的管理监控。通过串口接收受到的数据,然后按照格式解析,最后使用sqlite存储数据-C# to achieve through a la carte restaurant management monitoring terminal. Through the serial data received by, and then resolve in accordance with the format, and finally the use of stored data sqlite
Platform: | Size: 5142528 | Author: piter song | Hits:

[Software Engineeringxiangxisheji

Description: 本系统按照功能角度分解,可以分为客户端子系统和管理端子系统。根据页面流的设计,管理端系统分为用户登录、用户管理、题库管理、问卷管理、职位管理、简历管理、面试管理等7个模块,他们的关系如图C-1,以下将分小节对各个部分分别进行详细设计。-Point of view in accordance with the features of the system decomposition can be divided into client systems and terminal management terminal system. Page Flow in accordance with the design, management system is divided into client users log on, user management, and item bank management, questionnaire management, job management, resume management, interview management module 7, and their relationship in Figure C-1, the following will be divided into sections on various parts of the detailed design respectively.
Platform: | Size: 44032 | Author: 梁佩仪 | Hits:

[Windows Developstruct

Description: 有序整数顺序存储数列的合并与数据删除 本次实验要求学生设计、实现、测试一个C/C++程序,基本步骤为: 1 分别从两个文件中读取已排序好的正整数到两个数组中; 2 合并这两个数组到第三个有序数组中并在屏幕终端输出第三个数组的数据。两个数据相同时只选择其中之一输出; 3 报告输出数据中不同数据的个数; 4 从数组中连续删除部分数据再输出结果; 5 把第一步改成用键盘输入数据测试你的输出结果; 6 详细注释你的程序。 -Integer stored in an orderly sequence of series of mergers and the deletion of the experimental data requires students to design, implementation, testing a C/C++ program, the basic steps are as follows: 1, respectively, read from the two documents have been sorted into two good positive integer array China 2 to merge these two arrays into a third in an orderly array and on the screen output of the third terminal of the data array. At the same time, two data output to select only one of them 3 report output data of the number of different data 4 to delete a row from the array and then output the results of part of the data 5 the first step into the keyboard input data used to test the output you 6 detailed notes of your procedures.
Platform: | Size: 2048 | Author: airxice | Hits:

[CSharpCSharpTransfer

Description: C#与终端通讯,rapi调用的说明。C#与终端通讯,rapi调用的说明-csharp terminal comunication csharp
Platform: | Size: 115712 | Author: robiy | Hits:

[Windows DevelopFinancialConsultantAssistantAnalysisSystem

Description: 采VB6.0同ACCESS工具开发基于C/S模式的系统,以便于运用在终端POS机上-Mining VB6.0 with the ACCESS tool development based on C/S model system in order to facilitate the use of POS machines in the terminal
Platform: | Size: 40945664 | Author: 夏正行 | Hits:

[Embeded-SCM Developterm_ex.tar

Description: Terminal en C. Que abre los puertos serial y los cierra
Platform: | Size: 8192 | Author: Nikira | Hits:

[Delphi VCLnrCommLib

Description: nrComm Lib Pro 8.29 for Delphi & C++ Builder 7-2010 nrComm Lib provides some tools for performing the serial communications tasks in Delphi/CBuilder development. It has ready solutions for many communication tasks : RS232, TAPI (data and voice modems), Text to speech conversion, access to LPT port, barcode readers, Bluetooth connections and devices, work with GSM (sms send receive, access to phonebook etc.), ZModem file transfer protocol, HID devices, Terminal, logging and other more.
Platform: | Size: 25238528 | Author: Sjaak Willem | Hits:

[Internet-Networksocket_programing_file_transfer

Description: socket programing: type-->file transfer ->open a terminal and compile the server file..this terminal will act like server ->open another terminal and compile the client file..this terminal will act as a client.. ->the file mention in the server side will be transferred to client side ->to compile c file in linux $cc filename.c -o outputfilename.o -socket programing: type-->file transfer ->open a terminal and compile the server file..this terminal will act like server ->open another terminal and compile the client file..this terminal will act as a client.. ->the file mention in the server side will be transferred to client side ->to compile c file in linux $cc filename.c-o outputfilename.o
Platform: | Size: 2048 | Author: lk | Hits:

[Internet-Networksocket_programing-msg_transfer

Description: socket programing: type-->message transfer ->open a terminal and compile the server file..this terminal will act like server ->open another terminal and compile the client file..this terminal will act as a client.. ->the message mention in the server side will be transferred to client side ->to compile c file in linux $cc filename.c -o outputfilename.o -socket programing: type-->message transfer ->open a terminal and compile the server file..this terminal will act like server ->open another terminal and compile the client file..this terminal will act as a client.. ->the message mention in the server side will be transferred to client side ->to compile c file in linux $cc filename.c-o outputfilename.o
Platform: | Size: 2048 | Author: lk | Hits:

[Windows CEEVC_COMM_Code_Analyze_Video

Description: 本视频详细讲解了如何使用Embeded Visual C++开发通讯终端及对应用实例代码进行分析-The video explained in detail how to use Embeded Visual C++ development communication terminal and the application examples of code analysis
Platform: | Size: 6391808 | Author: jiege | Hits:

[Windows Developvcterm

Description: Terminal in Visual C++, source code. Single character transfer or file transfer.
Platform: | Size: 2800640 | Author: jedlbo | Hits:

[Windows Developmine

Description: C++,终端下的扫雷,图形界面的用JAVA写的,还没写完-C++, the terminal under the mine, graphical interface written using JAVA, not yet finished
Platform: | Size: 11264 | Author: time | Hits:

[Otherhuffman

Description: 哈弗曼编/译码程序,C语言实现.这个程序是从文件中读取字符串,编码和译码之后也写到文件里,可以改变文件路径,或做适当更改,编程从终端输入输出.自己写的,可能会有不合适的地方,供大家参考而已.-Havermann encoding/decoding process, C language. This program is the string read from a file, encoding and decoding is also written after the file, you can change the file path, or make the appropriate changes, the programming from the terminal input and output . their own writing, there may be inappropriate place, for your reference only.
Platform: | Size: 468992 | Author: water | Hits:

[CSharpElectricDes

Description: 用C#语言实现DES算法,改源代码已经应用到电力负荷控制终端系统。-With the C# language implementation DES algorithm, change the source code has been applied to the electric load control terminal system.
Platform: | Size: 21504 | Author: dp | Hits:

[CSharp5

Description: 1.C或 C++; 2.从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树并将它存于文件hfmTree中.将已在内存中的哈夫曼树以直观的方式(比如树)显示在终端上; 3.利用已经建好的哈夫曼树(如不在内存,则从文件htmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中,并输出结果,将文件CodeFile以紧凑格式先是在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrint中。 4.利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中,并输出结果。 -1.C, or C++ 2. Read from the terminal into the character set size n, as well as the n character and the n-weights, the establishment of Huffman tree and it is stored in the file in hfmTree. Will have been in memory of the Huffman tree in an intuitive way (such as tree) shows the terminal 3. the use of the Huffman tree has been built (eg, not in memory, read from the file into the htmTree), in the body of the document ToBeTran encoded, and then The results stored in CodeFile file, and output the file to a compact format CodeFile first in the terminal, every line of code 50. At the same time the form of this character encoding of the file write to a file CodePrint. 4. The use of the Huffman tree has been built CodeFile file in the code decoding results stored in the file TextFile, and output.
Platform: | Size: 2048 | Author: cyahafa | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 19 »

CodeBus www.codebus.net